vr2-3-28.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-28.wrl
#hard fish patty
Transform {
  scale 0.6 1 1
  children Shape {
    appearance Appearance {
      texture PixelTexture {
        image 5 5 3 0xFF0000 0xFF00FF 0x00FF00 0x00FFFF 0XFFFF00 
                    0xFF00FF 0xFF0000 0xFF00FF 0x00FF00 0X00FFFF
                    0xFF0000 0xFF00FF 0xFF0000 0xFF00FF 0X00FF00
                    0xFF00FF 0xFF0000 0xFF00FF 0xFF0000 0XFF00FF
                    0xFFFF00 0xFF00FF 0x00FF00 0xFF00FF 0XFF0000
      }
    }
    geometry Cylinder {
      radius 10
      height 59.8
    }
  }
}
Transform {
  scale 0.6 1 1
  children Shape {
    appearance Appearance {
      material Material {
        diffuseColor 1 1 1
      }
    }
    geometry Cylinder {
      radius 8
      height 60
    }
  }
}
Transform {
  translation 4 0 0
  children Shape {
    appearance Appearance {
      texture ImageTexture {
        url  "wood.gif"
      }
      textureTransform TextureTransform {
        rotation 0.875
     } 
    }
    geometry Box {
      size 6 60 20
    }
  }
}